aboutsummaryrefslogtreecommitdiff
path: root/src/pages/[...page].astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/[...page].astro')
-rw-r--r--src/pages/[...page].astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[...page].astro b/src/pages/[...page].astro
index 42f84b3..cd64d66 100644
--- a/src/pages/[...page].astro
+++ b/src/pages/[...page].astro
@@ -20,7 +20,7 @@ const { page } = Astro.props;
---
<Layout>
- <section>
+ <section style={{ "margin-top": "3rem" }}>
{page.data.map((post) => <PostSummary post={post} />)}
</section>